echo "MOZBINPATH environment variable must point to a directory containing xpidl, either in a Gecko SDK ($GECKOSDKDIR/bin/) or a Mozilla build obj tree ($MOZOBJDIR/dist/bin)"
exit 1
fi
if [[ ! -d $MOZIDLPATH ]]; then
echo "MOZIDLPATH environment variable must point to a directory containing core XPIDL files, either in a Gecko SDK ($GECKOSDKDIR/idl) or in a Mozilla source tree ($MOZSRCDIR/xpcom/base)"